subtitle method

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

Implementation

@override
String? subtitle(IRef contact) {
  return joinString((_) {
    // _ += memoryDate.fullFormat(withYear: true);
    _ += details;
  }, '\n');
}