NetworkAttachmentConnectedEndpoint_Status.fromJson constructor

NetworkAttachmentConnectedEndpoint_Status.fromJson(
  1. Object? json
)

Implementation

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