ReadWriteValue<T> constructor

ReadWriteValue<T>(
  1. String key,
  2. T defaultValue, [
  3. StorageFactory? getBox
])

Implementation

ReadWriteValue(
  this.key,
  this.defaultValue, [
  this.getBox,
  //  this.encoder,
]);