JsonSetValueBuilderModel constructor

const JsonSetValueBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool cleanup = true,
  3. Map? values,
  4. JsonWidgetData? child,
})

Implementation

const JsonSetValueBuilderModel(
  super.args, {
  this.cleanup = true,
  this.values,
  this.child,
});