lebInteger static method
Implementation
static Layout<int> lebInteger(IntegerLayout validator, {String? property}) {
return LEBIntegerLayout(validator, property: property);
}
static Layout<int> lebInteger(IntegerLayout validator, {String? property}) {
return LEBIntegerLayout(validator, property: property);
}