factory PhoneVerificationConfirmResponse.fromJson(Map<String, dynamic> json) { return PhoneVerificationConfirmResponse( status: json['status'], ); }