status property

  1. @JsonKey(fromJson: endpointStatusFromJson, toJson: endpointStatusToJson)
EndpointStatus get status
inherited

Endpoint status

Implementation

@JsonKey(fromJson: endpointStatusFromJson, toJson: endpointStatusToJson)
EndpointStatus get status => throw _privateConstructorUsedError;