EntityExportData<E extends ExportableEntity<EntityId>> class

Implementers

Constructors

EntityExportData.fromJson(Map<String, dynamic> json)
factory

Properties

attributes Map<String, List<AttributeExportData>>?
getter/setter pair
entity ↔ E
getter/setter pair
entityType EntityType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relations List<EntityRelation>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

entityExportDataString([String? toStringBody]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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