free property

num get free

Unused memory in bytes.

Implementation

_i2.num get free => _i3.getProperty(
      this,
      'free',
    );
set free (num value)

Implementation

set free(_i2.num value) {
  _i3.setProperty(
    this,
    'free',
    value,
  );
}