contents property

Array<Object> contents

The contents of this hover.

Implementation

_i7.Array<_i2.Object> get contents => _i5.getProperty(
      this,
      'contents',
    );
void contents=(Array<Object> value)

Implementation

set contents(_i7.Array<_i2.Object> value) {
  _i5.setProperty(
    this,
    'contents',
    value,
  );
}