BitString class

Constructors

BitString(int _length, Uint8List _data)
BitString.fromEncoded(String encodedData)
factory
BitString.fromLength(int length)
factory

Properties

data Uint8List
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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