Persistable constructor

const Persistable({
  1. required String collection,
  2. Type? serializer,
})

Implementation

const Persistable({required this.collection, this.serializer});