title method

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

Implementation

@override
String? title(IRef contact) {
  String title = memory ?? 'Memory';
  return title;
}