description property
dynamic
get
description
A description for the environment variable collection, this will be used to describe the changes in the UI.
Implementation
_i2.dynamic get description => _i5.getProperty(
this,
'description',
);
set
description
(dynamic value)
Implementation
set description(_i2.dynamic value) {
_i5.setProperty(
this,
'description',
value,
);
}