SubField class

Constructors

SubField({String name = 'unknown', BaseType type = BaseType.ENUM, double scale = 1.0, double offset = 0.0, String units = '', Map<int, List<int>>? referenceMap, List<FieldComponent>? components})

Properties

components List<FieldComponent>
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
offset double
final
referenceMap Map<int, List<int>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
final
type BaseType
final
units String
final

Methods

addComponent(FieldComponent component) → void
isValid(List<Field> fields) bool
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