compactBigintU128 static method

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

Implementation

static CompactBigIntLayout compactBigintU128({String? property}) {
  return CompactBigIntLayout(u128(), property: property);
}