UserInfoScreenVM class Null safety ViewModels

Constructors

UserInfoScreenVM()

Properties

birthController TextEditingController
final
currentUser User
read / write
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
nameController TextEditingController
final
newPasswordConfirmController TextEditingController
final
newPasswordController TextEditingController
final
oldPasswordController TextEditingController
final
phoneNumberController TextEditingController
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selectBirthDate DateTime
read / write
usernameController TextEditingController
final

Methods

init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
onTapUpdate() → void
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited