JsonSelection constructor
const
JsonSelection({
- bool? scalars,
- bool? composites,
- Map<
String, JsonFieldSelection> ? fields,
Implementation
const JsonSelection({
this.scalars,
this.composites,
this.fields,
});