lebU64 static method

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

Implementation

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