subtitle method

  1. @override
String? subtitle(
  1. IRef contact
)
override

Implementation

@override
String? subtitle(IRef contact) {
  return this.traitDescription;
}