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