BaseUserModel class

Inheritance

Constructors

BaseUserModel([Map<String, Object?>? data])

Properties

createDate → DateTime?
no setterinherited
data → Map<String, Object?>
finalinherited
deleteDate → DateTime?
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
id → int
no setterinherited
isLoggedIn → bool
no setter
modifyDate → DateTime?
no setterinherited
notifyTokenId ↔ String
getter/setter pair
priority → double
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
visible → bool
no setterinherited
visibleHightLight → bool
no setterinherited
visibleHome → bool
no setterinherited
visibleHOT → bool
no setterinherited

Methods

clear() → void
init(Map<String, Object?> data) → void
merge(dynamic object) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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