TypeDefArray constructor

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

Implementation

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