compactIntU32 static method

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

Implementation

static CompactIntLayout compactIntU32({String? property}) {
  return CompactIntLayout(u32(), property: property);
}