RootState class
Constructors
-
RootState({bool isUserLoggedIn = false, MerchantType merchantType = MerchantType.shopify, SingleUseData? error, bool isLoading = false, bool notifications = true, bool otpSent = false, bool isNewUser = false, bool emailOtpSent = false, bool isSuccess = false, List<MultipleEmail> multipleEmails = const [], String? gender, RootScreenStep currentStep = RootScreenStep.phoneInput, bool isDevBuild = false, String reqId = '', String? shopifyCustomerId, String? lastSubmittedPhone, String? lastSubmittedEmail})
-
const
Methods
-
copyWith({bool? isUserLoggedIn, MerchantType? merchantType, SingleUseData? error, bool? isLoading, bool? notifications, bool? otpSent, bool? isNewUser, bool? emailOtpSent, bool? isSuccess, List<MultipleEmail>? multipleEmails, String? gender, RootScreenStep? currentStep, bool? isDevBuild, String? reqId, String? shopifyCustomerId, String? lastSubmittedPhone, String? lastSubmittedEmail})
→ RootState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited