lebBigInteger static method
Implementation
static Layout<BigInt> lebBigInteger(
BigIntLayout validator, {
String? property,
}) {
return LEBBigIntegerLayout(validator, property: property);
}
static Layout<BigInt> lebBigInteger(
BigIntLayout validator, {
String? property,
}) {
return LEBBigIntegerLayout(validator, property: property);
}