CurrencyGridField class

Inheritance

Constructors

CurrencyGridField({required String id, String? key, required String name, LinkMap links = const {}, dynamic schema, required String currency})
Creates a new GridField for DataType.currency with currency
const

Properties

currency String
The ISO-4217 currency code for this field
final
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
name String
name of the field
finalinherited
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