title method

String? title(
  1. IRef contact
)

Implementation

String? title(IRef contact) {
  return name;
}