Si1TypeParameter constructor

const Si1TypeParameter({
  1. required String name,
  2. int? type,
})

Implementation

const Si1TypeParameter({required this.name, this.type});