VersionFieldStandard enum

Inheritance
Mixed-in types
Available extensions

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<Uint8>> struct) int
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<Uint8>> struct, int value) → void
Write value into this field of struct.
inherited
testAccess(covariant WordStruct<WordField<Uint8>> struct) bool
Whether this field is present/valid for struct. Defaults to true (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.