VectorType<T, I extends Iterable<T>> constructor

const VectorType<T, I extends Iterable<T>>({dynamic element, dynamic maybeElementCount})

Implementation

const VectorType({
  required this.element,
  required this.maybeElementCount,
}) : super(inlineSizeV1: 16, inlineSizeV2: 16);