CacheUser class
This is a data structure for user's data in cache
Constructors
-
CacheUser(Map<
String, dynamic> public, String userId, AccessMode acs) - Creates a new instance of cache user
Properties
Methods
-
copy(
) → CacheUser - Create a copy of this instance
-
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