AuthenticationPhoneIdentifier.fromJson(Map<String, Object?> json) : country = json['country'] as String, phone = json['phone'] as String, super.fromJson(json);