exportSettings property

ReadonlyArray<Object> get exportSettings

Implementation

_i4.ReadonlyArray<_i2.Object> get exportSettings => _i5.getProperty(
      this,
      'exportSettings',
    );
set exportSettings (ReadonlyArray<Object> value)

Implementation

set exportSettings(_i4.ReadonlyArray<_i2.Object> value) {
  _i5.setProperty(
    this,
    'exportSettings',
    value,
  );
}