VerifyPhoneNumberResponse.fromJson constructor
VerifyPhoneNumberResponse.fromJson(
- Map json_
Implementation
VerifyPhoneNumberResponse.fromJson(core.Map json_)
: this(
verifiedPhoneNumber: json_.containsKey('verifiedPhoneNumber')
? json_['verifiedPhoneNumber'] as core.String
: null,
);