TypeParameterType constructor

TypeParameterType({
  1. required String name,
})

Implementation

TypeParameterType({required this.name});