saltLength property

int get saltLength

Implementation

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

Implementation

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