comment property
Object
get
comment
A comment to help translators understand the context of the message.
Implementation
_i2.Object get comment => _i3.getProperty(
this,
'comment',
);
set
comment
(Object value)
Implementation
set comment(_i2.Object value) {
_i3.setProperty(
this,
'comment',
value,
);
}