saltLength property

int saltLength

Implementation

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

Implementation

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