JsonSetValueBuilderModel constructor
const
JsonSetValueBuilderModel(
- Map<
String, dynamic> args, { - bool cleanup = true,
- Map? values,
- JsonWidgetData? child,
Implementation
const JsonSetValueBuilderModel(
super.args, {
this.cleanup = true,
this.values,
this.child,
});