title property

String get title

Returns text representing the title of this MyUser.

Implementation

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