AdditionalInfoBased<T extends HasUuid> class abstract

Inheritance
Mixed in types
Implementers

Constructors

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

Properties

additionalInfo Map<String, dynamic>?
getter/setter pair
createdTime int?
getter/setter pairinherited
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

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

Operators

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