parity property

ParityType parity

Implementation

ParityType get parity =>
    ParityType.fromValue(js_util.getProperty(this, 'parity'));
void parity=(ParityType newValue)

Implementation

set parity(ParityType newValue) {
  js_util.setProperty(this, 'parity', newValue.value);
}