LookUpGridField class

Inheritance

Constructors

LookUpGridField({required String id, String? key, required String name, LinkMap links = const {}, dynamic schema, required Uri referenceField, required Uri lookUpField, required GridField lookedUpField})
Creates a new GridField for DataType.lookUp
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
id of the field
finalinherited
key String?
A key associated with this field
finalinherited
Links that are associated with this GridField
finalinherited
lookedUpField GridField
A rough version of the lookedUp Field. This is not necessarily the full field
final
lookUpField Uri
The field that is looked up
final
name String
name of the field
finalinherited
referenceField Uri
An uri pointing to the field that is used to look up
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema → dynamic
json Schema of this GridField
finalinherited
type DataType
type of the field
finalinherited

Methods

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

Operators

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