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