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