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