i8 static method
IntegerLayout (signed int layouts) spanning one byte.
Implementation
static IntegerLayout i8({String? property}) =>
    IntegerLayout(1, property: property, sign: true);IntegerLayout (signed int layouts) spanning one byte.
static IntegerLayout i8({String? property}) =>
    IntegerLayout(1, property: property, sign: true);