desc property

String desc

Implementation

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