ProductChangeQuery constructor

const ProductChangeQuery({
  1. required EliudQuery? newQuery,
})

Implementation

const ProductChangeQuery({required this.newQuery});