shortTitle method

String shortTitle(
  1. IRef contact
)

Implementation

String shortTitle(IRef contact) {
  return "started job: ${companyName ?? ''}";
}