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