typeStringCall property

String typeStringCall

Implementation

String get typeStringCall {
  final _typeString = element.typeParameters.map((v) => v.name).join(',');
  return _typeString.isNotEmpty ? '<$_typeString>' : '';
}