AuthenticationPhoneIdentifier.fromJson constructor

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

Implementation

AuthenticationPhoneIdentifier.fromJson(super.json)
    : country = json['country'] as String,
      phone = json['phone'] as String,
      super.fromJson();