Profile class abstract
The most basic object to identify user of Tempcord.
- Implementers
- Annotations
-
- @immutable
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAnimal(
Animal animal) → Profile -
Return a Profile with updated
animal
. -
updateName(
String name) → Profile -
Return a Profile with updated
name
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited