Field class abstract interface

Implemented types
Implementers

Properties

codifications List<String>?
getter/setter pair
columns int?
getter/setter pair
field String
getter/setter pair
grows bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideCondition String?
getter/setter pair
labels Map<String, String>?
getter/setter pair
multiline bool?
getter/setter pair
now bool?
getter/setter pair
options Map<String, String>?
getter/setter pair
required bool?
getter/setter pair
rows int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String?
getter/setter pair
shortLabel String?
getter/setter pair
tags List<String>?
getter/setter pair
translate bool?
getter/setter pair
unit String?
getter/setter pair
value String?
getter/setter pair

Methods

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

Operators

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

Static Methods

encode(Field value) Map<String, dynamic>
override
fromJSON(Map<String, dynamic> data) Field
override