StoreSnapshot constructor

const StoreSnapshot({
  1. required String type,
  2. required int count,
})

Implementation

const StoreSnapshot({required this.type, required this.count});