JsonSetValueBuilder constructor

JsonSetValueBuilder({
  1. dynamic values,
})

Implementation

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