SessionUser<T> class

Constructors

SessionUser({required T? metaData, required bool isLoggedIn, required DateTime logTime})
SessionUser.empty()

Properties

hashCode int
The hash code for this object.
no setterinherited
isLoggedIn bool
getter/setter pair
logTime DateTime
getter/setter pair
metaData ↔ T?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({T? metaData, bool? isLoggedIn, DateTime? logTime}) SessionUser<T>
logIn(T data) bool
logOut() bool
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