TypeParameter constructor

const TypeParameter({
  1. required String name,
  2. TypeId? type,
})

Implementation

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