subtitle method

String? subtitle(
  1. IRef contact
)
override

Implementation

String? subtitle(IRef contact) {
  return details;
}