Entity class abstract

Constructors

Entity()

Properties

fieldsNames List<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
idFieldName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getField<V>(String key) → V?
getFieldEntityAnnotations(String key) List<EntityAnnotation>?
getFieldType(String key) TypeInfo?
getID<V>() → V?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setField<V>(String key, V? value) → void
setID<V>(V id) → void
toJson() Map<String, dynamic>
toJsonEncoded() String
toString() String
A string representation of this object.
inherited

Operators

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