description property

String? description

Implementation

String? get description =>
    _getDescription != null ? _getDescription!() : null;