i64 static method

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

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

Implementation

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