ArrayLike<T> constructor

ArrayLike<T>({
  1. num? length,
})

Implementation

factory ArrayLike({_i2.num? length}) => ArrayLike._(length: length);