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

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

Implementation

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