BitFieldDef class
A named bit-field definition within a bitvector signal.
Constructors
- BitFieldDef({required String name, required int high, required int low})
-
Creates a bit-field definition.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- high → int
-
High bit (inclusive, MSB of the field).
final
- low → int
-
Low bit (inclusive, LSB of the field).
final
- name → String
-
Display name for this field (e.g. "exponent", "mantissa").
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
Width of this field in bits.
no setter
Methods
-
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