MappingEntry class

Defines a mapping.

Constructors

MappingEntry({String? sourcePath, String? sourceTable, String? sourceType, String? targetPath, String? targetTable, String? targetType})
MappingEntry.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePath String?
The source path.
final
sourceTable String?
The name of the source table.
final
sourceType String?
The source type.
final
targetPath String?
The target path.
final
targetTable String?
The target table.
final
targetType String?
The target type.
final

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