boolean32 static method

CustomLayout boolean32([
  1. String? property
])

bool 4 bytes values

Implementation

static CustomLayout boolean32([String? property]) {
  return boolean(property: property, layout: u32());
}