FieldComponent class

Constructors

FieldComponent(int fieldNum, bool accumulate, int bits, double scale, double offset, [int type = 0])
FieldComponent.fromOther(FieldComponent other)

Properties

accumulate bool
getter/setter pair
accumulatedValue int
getter/setter pair
bits int
getter/setter pair
fieldNum int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastValue int
getter/setter pair
offset double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair
type int
getter/setter pair

Methods

accumulateValue(int value) int
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