JsonQueryArgs constructor
const
JsonQueryArgs({
- Map<
String, dynamic> ? arguments, - JsonSelection? selection,
Implementation
const JsonQueryArgs({
this.arguments,
this.selection,
});