Base class Null safety
Base is a base class for all unself models.
- Implementers
Properties
- created → DateTime
-
created is the date and time when the inheriting model was created inside unself app.
final
-
extra
→ Map<
String, dynamic> ? -
extra is a map of additional properties.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → String
-
id is unself unique identifier for each inheriting model.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- updated → DateTime
-
updated is the date and time when the inheriting model was last updated inside unself app.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited