message property

String? get message

A progress message that represents a chunk of work

Implementation

_i2.String? get message => _i3.getProperty(
      this,
      'message',
    );
set message (String? value)

Implementation

set message(_i2.String? value) {
  _i3.setProperty(
    this,
    'message',
    value ?? _i5.undefined,
  );
}