EntityMapping class

Details of the mappings of a database entity.

Constructors

EntityMapping({String? draftEntity, String? draftType, List<EntityMappingLogEntry>? mappingLog, String? sourceEntity, String? sourceType})
EntityMapping.fromJson(Map json_)

Properties

draftEntity String?
Target entity full name.
getter/setter pair
draftType String?
Type of draft entity. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mappingLog List<EntityMappingLogEntry>?
Entity mapping log entries.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceEntity String?
Source entity full name.
getter/setter pair
sourceType String?
Type of source entity. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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