aTranspose property

bool aTranspose

Implementation

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

Implementation

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