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