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

acs AccessMode
final
hashCode int
The hash code for this object.
no setterinherited
public Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final

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