DynamicWidgetChangeQuery constructor Null safety

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

Implementation

const DynamicWidgetChangeQuery({required this.newQuery});