compactBigintU64 static method

CompactBigIntLayout compactBigintU64({
  1. String? property,
})

Implementation

static CompactBigIntLayout compactBigintU64({String? property}) {
  return CompactBigIntLayout(u64(), property: property);
}