transferStatistics property

TransferStatistics get transferStatistics

Gets data transfer statistics for this service.

Returns

  • The data transfer statistics

Implementation

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

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