status property

TimeZoneStatus get status

Get the status of the response

Implementation

TimeZoneStatus get status {
  final OperationResult resultString = objectMethod(
    pointerId,
    'TimezoneResult',
    'status',
  );
  return TimeZoneStatusExtension.fromId(resultString['result']);
}