The name of the type.
@override String get name => '${baseType.name}<${typeArguments.map((t) => t.name).join(', ')}>';