TableFieldReference class

A field that is a reference to another table field.

Constructors

TableFieldReference(String sourceTable, String sourceField, Type sourceFieldType, String targetTable, String targetField, Type targetFieldType)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceField String
The source table field name.
final
sourceFieldType Type
The source table field type.
final
sourceTable String
The source table name.
final
targetField String
The target table field name.
final
targetFieldType Type
The target table field type.
final
targetTable String
The target table name.
final

Methods

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.
override