a field within a WordStruct interface for including TypedField<T>, Enum type ensures bitmask is power of 2
- Implemented types
-
- Field<
int> - TypedField<
V>
- Field<
Constructors
Properties
- bitmask → Bitmask
-
can be overridden with compile time constant
no setter
- defaultValue → int
-
no setterinherited
- end → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
no setterinherited
Methods
-
getIn(
covariant WordStruct< WordField< struct) → intV> > -
Read this field's value from
struct.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setIn(
covariant WordStruct< WordField< struct, int value) → voidV> > -
Write
valueinto this field ofstruct.override -
testAccess(
covariant WordStruct< WordField< struct) → boolV> > -
Whether this field is present/valid for
struct. Defaults totrue(fixed-schema). Override for optional/sparse fields.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited