display property

  1. @override
String display
override

Implementation

@override
String get display => name.isEmpty ? address : name;