total property

num get total

Total installed memory in bytes.

Implementation

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

Implementation

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