ArrayList constructor

ArrayList(
  1. Validator validator, {
  2. int length = 0,
})

Implementation

ArrayList(this.validator, {this.length = 0});