TypeParameterType constructor

const TypeParameterType({
  1. required String name,
})

Implementation

const TypeParameterType({required this.name});