compactBigint static method
Implementation
static CompactBigIntLayout compactBigint(
BigIntLayout layout, {
String? property,
}) {
return CompactBigIntLayout(layout, property: property);
}
static CompactBigIntLayout compactBigint(
BigIntLayout layout, {
String? property,
}) {
return CompactBigIntLayout(layout, property: property);
}