title method

String title(
  1. IRef contact
)
override

Implementation

String title(IRef contact) {
  var str = "Attended";
  return "$str ${university?.name ?? university?.shortName ?? "university"}";
}