title method

String title(
  1. IRef contact
)
inherited

Implementation

String title(IRef contact) {
  return "Member of ${bookClub?.name ?? 'a book club'}";
}