JsonSetDefaultValueBuilder constructor

JsonSetDefaultValueBuilder({
  1. dynamic values,
})

Implementation

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