JsonSetValueBuilder constructor

const JsonSetValueBuilder({
  1. dynamic values,
})

Implementation

const JsonSetValueBuilder({
  this.values,
}) : super(numSupportedChildren: kNumSupportedChildren);