lebI128 static method

Layout<BigInt> lebI128({
  1. String? property,
})

Implementation

static Layout<BigInt> lebI128({String? property}) {
  return LEBBigIntegerLayout(i128(), property: property);
}