dimensions property

num Function() get dimensions

Implementation

_i2.num Function() get dimensions => () => _i3.callMethod(
      _i3.getProperty(
        this,
        'dimensions',
      ),
      r'call',
      [this],
    );
set dimensions (num value())

Implementation

set dimensions(_i2.num Function() value) {
  _i3.setProperty(
    this,
    'dimensions',
    _i3.allowInterop(value),
  );
}