ontology_dart_sdk
neocore
ScriptReader
readBool method
readBool
ScriptReader class
Constructors
ScriptReader
Properties
buf
hashCode
isEnd
ofst
runtimeType
Methods
readBool
readBytes
readInt
readNullTerminated
readOpCode
readStruct
readVarBytes
readVarInt
advance
branch
forward
noSuchMethod
readUint8
readUint16LE
readUint32LE
readUint64LE
toString
Operators
operator ==
readBool method
bool
readBool
(
)
Implementation
bool readBool() { return readOpCode() == OpCode.pusht; }