VerifyPhoneBody constructor

const VerifyPhoneBody({
  1. required String phoneNumber,
  2. required String code,
  3. String? disableSession,
  4. String? updatePhoneNumber,
})

Implementation

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