s8 static method

IntegerLayout s8([
  1. String? property
])

IntegerLayout (signed int layouts) spanning one byte.

Implementation

static IntegerLayout s8([String? property]) =>
    IntegerLayout(1, property: property, sign: true);