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