i8 static method

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

IntegerLayout (signed int layouts) spanning one byte.

Implementation

static IntegerLayout i8({String? property}) =>
    IntegerLayout(1, property: property, sign: true);