JsonSetValueBuilder constructor
const
JsonSetValueBuilder({
- dynamic values,
Implementation
const JsonSetValueBuilder({
this.values,
}) : super(numSupportedChildren: kNumSupportedChildren);
const JsonSetValueBuilder({
this.values,
}) : super(numSupportedChildren: kNumSupportedChildren);