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