BinaryPersistence<T> constructor
Implementation
BinaryPersistence({
required this.key,
required this.fromBytes,
required this.toBytes,
required this.read,
required this.write,
required this.remove,
});
BinaryPersistence({
required this.key,
required this.fromBytes,
required this.toBytes,
required this.read,
required this.write,
required this.remove,
});