JsonSelection constructor

const JsonSelection({
  1. bool? scalars,
  2. bool? composites,
  3. Map<String, JsonFieldSelection>? fields,
})

Implementation

const JsonSelection({
  this.scalars,
  this.composites,
  this.fields,
});