TypeParameterElement constructor

TypeParameterElement({
  1. required String name,
})

Implementation

TypeParameterElement({required this.name});