menu
idena_lib_dart package
documentation
pubdev/dartssh/serializable.dart
SerializableInput
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
getBool
(
)
Implementation
bool getBool() => getUint8() == 0 ? false : true;
idena_lib_dart package
documentation
pubdev/dartssh/serializable
SerializableInput
getBool method
SerializableInput class