ArrayModifier.slice constructor

ArrayModifier.slice(
  1. int value
)

Implementation

ArrayModifier.slice(int value) {
  this.slice(value);
}