title property

String get title

Returns the text representing the title of this user.

Implementation

String get title => contact.value?.contact.value.name.val ?? user.value.title;