bigintLayout static method
Implementation
static BigIntLayout bigintLayout(
int length, {
String? property,
bool sign = false,
}) => BigIntLayout(length, sign: sign, property: property);
static BigIntLayout bigintLayout(
int length, {
String? property,
bool sign = false,
}) => BigIntLayout(length, sign: sign, property: property);