skip method

  1. @override
Iterable<TAbstractControl> skip(
  1. int count
)
inherited

Implementation

@override
Iterable<TAbstractControl> skip(int count) {
  final _$actionInfo =
      _$_FormArrayActionController.startAction(name: '_FormArray.skip');
  try {
    return super.skip(count);
  } finally {
    _$_FormArrayActionController.endAction(_$actionInfo);
  }
}