writeBool method

void writeBool(
  1. bool value
)
inherited

Booleans.

Implementation

void writeBool(bool value) {
  _writeBool(value);
  _builderHookImpl(false);
}