title method

String title(
  1. IRef contact
)
inherited

Implementation

String title(IRef contact) {
  return "Hometown: ${this.location1!.locality}, ${this.location1!.region}";
}