aTranspose property

bool get aTranspose

Implementation

bool get aTranspose => js_util.getProperty(this, 'aTranspose');
set aTranspose (bool newValue)

Implementation

set aTranspose(bool newValue) {
  js_util.setProperty(this, 'aTranspose', newValue);
}