RArray<E extends RType> constructor

const RArray<E extends RType>(
  1. E element, [
  2. int count = 1
])

Implementation

const RArray(this.element, [this.count = 1]);