displayName property

String get displayName

Implementation

String get displayName => name == null || name!.isEmpty ? 'default' : name!;