transferStatistics property
Get the transfer statistics
Returns
- The transfer statistics
Implementation
static TransferStatistics get transferStatistics {
final OperationResult resultString = staticMethod(
'SearchService',
'getTransferStatistics',
);
return TransferStatistics.init(resultString['result']);
}