saltLength property

num get saltLength

Implementation

_i2.num get saltLength => _i4.getProperty(
      this,
      'saltLength',
    );
set saltLength (num value)

Implementation

set saltLength(_i2.num value) {
  _i4.setProperty(
    this,
    'saltLength',
    value,
  );
}