AppLoggerUser class
Constructors
- AppLoggerUser({String? id, String? username, String? email, String? ipAddress})
Properties
- email → String?
-
The email address of the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
A unique identifier of the user.
final
- ipAddress → String?
-
The IP of the user.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
The username of the user.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Produces a Map that can be serialized to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited