u8 static method

IntegerLayout u8({
  1. String? property,
})

IntegerLayout (unsigned int layouts) spanning one byte.

Implementation

static IntegerLayout u8({String? property}) =>
    IntegerLayout(1, property: property);