title property

String get title

Returns text representing the title of this User.

Implementation

String get title =>
    contacts.firstOrNull?.name.val ?? name?.val ?? num.toString();