VariablePartLength constructor

VariablePartLength(
  1. int min,
  2. int max
)

Implementation

VariablePartLength(this.min, this.max);