subtitle method

String subtitle(
  1. IRef contact
)
override

Implementation

String subtitle(IRef contact) {
  String history = milestoneDate!.fullFormat(withYear: true);
  if (details != null) history += "\n$details";
  return history;
}