BaseData<T extends HasUuid> class abstract

Implementers

Constructors

BaseData()
BaseData.fromJson(Map<String, dynamic> json, [FromIdFunction<T>? fromId])

Properties

createdTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ↔ T?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

baseDataString([String? toStringBody]) String
getCreatedTime() int?
getId() → T?
inherited
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
setId(T? id) → dynamic
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.

Operators

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