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