PhoneAuthFlowState constructor

const PhoneAuthFlowState({
  1. String? phone,
  2. String? countryCode,
  3. @Default.new(FxPhoneAuthStep.enterPhone) FxPhoneAuthStep step,
  4. OtpData? otpData,
  5. PhoneLookupResult? lookupResult,
})

Implementation

const factory PhoneAuthFlowState({
  String? phone,
  String? countryCode,
  @Default(FxPhoneAuthStep.enterPhone) FxPhoneAuthStep step,
  OtpData? otpData,
  PhoneLookupResult? lookupResult,
}) = _PhoneAuthFlowState;