NetworkAttachment_ConnectionPreference.fromJson constructor

NetworkAttachment_ConnectionPreference.fromJson(
  1. Object? json
)

Implementation

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