ServiceAttachment_ConnectionPreference.fromJson constructor

ServiceAttachment_ConnectionPreference.fromJson(
  1. Object? json
)

Implementation

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