String fullkind

Source

String get fullkind {
  if (_method.isAbstract) return 'abstract $kind';
  return kind;
}