SimplePersistence<T> constructor
Implementation
SimplePersistence({
required this.key,
required this.fromString,
required this.toStringValue,
required this.read,
required this.write,
required this.remove,
});
SimplePersistence({
required this.key,
required this.fromString,
required this.toStringValue,
required this.read,
required this.write,
required this.remove,
});