JsonPersistence<T> constructor
Implementation
JsonPersistence({
required this.key,
required this.fromJson,
required this.toJson,
required this.read,
required this.write,
required this.remove,
});
JsonPersistence({
required this.key,
required this.fromJson,
required this.toJson,
required this.read,
required this.write,
required this.remove,
});