menu
nitro package
documentation
nitro.dart
RecordWriterBase
writeBool method
writeBool method
dark_mode
light_mode
writeBool
method
void
writeBool
(
bool
v
)
Implementation
void writeBool(bool v) { _ensureCapacity(1); _buffer[_length++] = v ? 1 : 0; }
nitro package
documentation
nitro
RecordWriterBase
writeBool method
RecordWriterBase class