UserType class abstract

Implementers

Constructors

UserType({String? id, required String? name, required String? email, DateTime? birthDay, DateTime? createdDate, AccountState? userState, Gender? gender, Type? type, String? avatar, CustomLocation? loc, String? phoneNumber, String? address})

Properties

address String?
getter/setter pair
avatar String?
getter/setter pair
birthDay DateTime?
getter/setter pair
createdDate DateTime?
getter/setter pair
email String?
getter/setter pair
gender Gender?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
loc CustomLocation?
getter/setter pair
name String?
getter/setter pair
phoneNumber String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type?
getter/setter pair
userState AccountState?
getter/setter pair

Methods

emailValidate(String email) bool
getUserType() String?
isValid() bool
nameValidate(String name) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
passValidate(String password) bool
toString() String
A string representation of this object.
inherited

Operators

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