AbstractControl at(num index)

Get the AbstractControl at the given index in the list.

Source

AbstractControl at(num index) {
  return this.controls[index];
}