bitness property

String bitness

Implementation

String get bitness => js_util.getProperty(this, 'bitness');
void bitness=(String newValue)

Implementation

set bitness(String newValue) {
  js_util.setProperty(this, 'bitness', newValue);
}