modulusLength property

int modulusLength

Implementation

int get modulusLength => js_util.getProperty(this, 'modulusLength');
void modulusLength=(int newValue)

Implementation

set modulusLength(int newValue) {
  js_util.setProperty(this, 'modulusLength', newValue);
}