BitMask class
A simple universal bitmask object
Constructors
- BitMask.new(int _mask)
- BitMask.of(int? val)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBit(
int bit) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unsetBit(
int bit) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited