boolean32Be static method

CustomLayout boolean32Be({
  1. String? property,
})

Implementation

static CustomLayout boolean32Be({String? property}) {
  return boolean(property: property, layout: u32be());
}