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