transferStatistics property

TransferStatistics get transferStatistics

Gets the transfer statistics.

Returns

Implementation

static TransferStatistics get transferStatistics {
  final OperationResult resultString = staticMethod(
    'RoutingService',
    'getTransferStatistics',
  );

  return TransferStatistics.init(resultString['result']);
}