TypeDefArray constructor

const TypeDefArray({
  1. required TypeId type,
  2. required int length,
})

Creates a new array type.

Implementation

const TypeDefArray({required this.type, required this.length});