BitString class
Constructors
- BitString(int _length, Uint8List _data)
- BitString.fromEncoded(String encodedData)
-
factory
- BitString.fromLength(int length)
-
factory
Properties
Methods
-
flipBit(
int position) → void -
getAt(
int position) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCompressed(
) → List< int> -
toEncodedString(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited