i128 static method

BigIntLayout i128({
  1. String? property,
})

BigIntLayout (little-endian signed int layouts) interpreted as Numbers.

Implementation

static BigIntLayout i128({String? property}) =>
    BigIntLayout(16, sign: true, property: property);