RArray<E extends RType> constructor
const
RArray<E extends RType> (
- E element, [
- int count = 1
Implementation
const RArray(this.element, [this.count = 1]);