title method

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

Implementation

@override
String? title(IRef contact) {
  return this.traitTitle;
}