User class
User class that extends BaseEntity and implements Comparable
- Inheritance
-
- Object
- BaseEntity
- User
- Implemented types
Properties
Methods
-
compareTo(
User other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Get the string representation
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited