desc property

String get desc

Implementation

String get desc => _desc is String ? _desc : _desc.toString();