description property

String get description

The description of this extension, app, or theme.

Implementation

String get description => _wrapped.description;
set description (String v)

Implementation

set description(String v) {
  _wrapped.description = v;
}