title method

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

Implementation

@override
String title(IRef contact) {
  final t = setup?.asFact()?.title(contact) ?? taskTitle?.nullIfBlank() ?? taskTitle ?? "Unnamed Task";
  return t;
}