AuthenticationThirdPartyIdentifier.fromJson constructor

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

Implementation

AuthenticationThirdPartyIdentifier.fromJson(super.json)
  : medium = json['medium'] as String,
    address = json['address'] as String,
    super.fromJson();