ProtectedValue constructor

ProtectedValue(
  1. Uint8List _value,
  2. Uint8List _salt
)

Implementation

ProtectedValue(this._value, this._salt);