SectionChangeQuery constructor Null safety

const SectionChangeQuery(
  1. {required EliudQuery? newQuery}
)

Implementation

const SectionChangeQuery({required this.newQuery});