QueryDesignDocView constructor

QueryDesignDocView({
  1. required QueryViewMapper map,
  2. required String reduce,
  3. required QueryViewOptions options,
})

Implementation

QueryDesignDocView(
    {required this.map, required this.reduce, required this.options});