AuthenticationThirdPartyIdentifier.fromJson constructor

AuthenticationThirdPartyIdentifier.fromJson(
  1. Map<String, Object?> json
)

Implementation

AuthenticationThirdPartyIdentifier.fromJson(Map<String, Object?> json)
    : medium = json['medium'] as String,
      address = json['address'] as String,
      super.fromJson(json);