getBool method

bool getBool()

Implementation

bool getBool() {
  final bool value = buffer.getBool(offset);
  offset += ByteLength.u8;
  return value;
}