VerifyPhoneBody constructor
const
VerifyPhoneBody({})
Implementation
const factory VerifyPhoneBody({
required String phoneNumber,
required String code,
String? disableSession,
String? updatePhoneNumber,
}) = _VerifyPhoneBody;