BFixedArray<T> constructor

const BFixedArray<T>(
  1. int length,
  2. BType<T> type
)

Implementation

const BFixedArray(this.length, this.type);