compactIntU48 static method

CompactIntLayout compactIntU48({
  1. String? property,
})

Implementation

static CompactIntLayout compactIntU48({String? property}) {
  return CompactIntLayout(u48(), property: property);
}