title method

String title(
  1. IRef contact
)
override

Implementation

String title(IRef contact) {
  return illegalState();
  // final list =
  //     interestService.getAll(this.interests).joinWithAnd((_) => _.title);
  // return "Interested in $list";
}