NetworkAttachmentConnectedEndpoint_Status.fromJson constructor
NetworkAttachmentConnectedEndpoint_Status.fromJson(
- Object? json
Implementation
factory NetworkAttachmentConnectedEndpoint_Status.fromJson(Object? json) =>
NetworkAttachmentConnectedEndpoint_Status(json as String);