AppSentrikUser class

Constructors

AppSentrikUser({String? id, String? email, String? name})
const

Properties

email String?
User email address, if available.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Stable identifier for the user in your system (e.g. UUID, numeric ID).
final
name String?
Human-readable name (e.g. full name or display name).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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