stellar_flutter_sdk
stellar_flutter_sdk
DataInput
readBoolean method
readBoolean
stellar_flutter_sdk
stellar_flutter_sdk
DataInput
readBoolean method
DataInput class
Constructors
fromUint8List
Properties
data
fileLength
hashCode
offset
runtimeType
view
Methods
fillList
noSuchMethod
pad
readBoolean
readByte
readBytes
readChar
readDouble
readFloat
readFully
readInt
readLine
readLong
readShort
readUnsignedByte
readUnsignedShort
readUTF
skipBytes
toString
Operators
operator ==
readBoolean
method
bool
readBoolean
(
)
Implementation
bool readBoolean() { return readByte() != 0; }