shortTitle method

String shortTitle(
  1. IRef contact
)

Implementation

String shortTitle(IRef contact) => "${petType == null ? null : "$petType: "}$name";