lebInteger static method

Layout<int> lebInteger(
  1. IntegerLayout validator, {
  2. String? property,
})

Implementation

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