subtitle method

String? subtitle(
  1. IRef contact
)
inherited

Implementation

String? subtitle(IRef contact) {
  return this.description;
}