SignupScreenVM class Null safety ViewModels
Constructors
Properties
- birthController → TextEditingController
-
final
- emailController → TextEditingController
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isAgreeMarketingInfo ↔ bool
-
read / write
- isAgreePrivateInfo ↔ bool
-
read / write
- isAgreeTerm ↔ bool
-
read / write
- isCheckedAgree ↔ bool
-
read / write
- isCheckedOwner ↔ bool
-
read / write
- nameController → TextEditingController
-
final
- passController → TextEditingController
-
final
- phoneCodeController → TextEditingController
-
final
- phoneNumberController → TextEditingController
-
final
- repassController → TextEditingController
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selectBirthDate ↔ DateTime
-
read / write
- usernameController → TextEditingController
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
onTapSignupButton(
BuildContext context) → void -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited