VersionFieldStandard enum
Values
- fix → const VersionFieldStandard
-
const VersionFieldStandard(0) - minor → const VersionFieldStandard
-
const VersionFieldStandard(1) - major → const VersionFieldStandard
-
const VersionFieldStandard(2) - optional → const VersionFieldStandard
-
const VersionFieldStandard(3)
Properties
- bitmask → Bitmask
-
can be overridden with compile time constant
no setterinherited
- defaultValue → int
-
no setterinherited
- end → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - offset → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
no setterinherited
Methods
-
getIn(
covariant WordStruct< WordField< struct) → intUint8> > -
Read this field's value from
struct.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setIn(
covariant WordStruct< WordField< struct, int value) → voidUint8> > -
Write
valueinto this field ofstruct.inherited -
testAccess(
covariant WordStruct< WordField< struct) → boolUint8> > -
Whether this field is present/valid for
struct. Defaults totrue(fixed-schema). Override for optional/sparse fields.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
VersionFieldStandard> - A constant List of the values in this enum, in order of their declaration.