PostChangeQuery constructor

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

Implementation

const PostChangeQuery({required this.newQuery});