BitExpandRangeAction class

User picked "Expand Bits" and (implicitly or via dialog) chose the bit range [bitEnd:bitStart] to expand into single-bit synthesized waveforms.

Inheritance

Constructors

BitExpandRangeAction(int bitStart, int bitEnd)
Creates an action to expand the inclusive range from bitStart to bitEnd.
const

Properties

bitEnd int
High bit (inclusive) of the range to expand.
final
bitStart int
Low bit (inclusive) of the range to expand.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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