JsonQueryArgs constructor

const JsonQueryArgs({
  1. Map<String, dynamic>? arguments,
  2. JsonSelection? selection,
})

Implementation

const JsonQueryArgs({
  this.arguments,
  this.selection,
});