JsonExportable constructor

const JsonExportable({
  1. required JsonWidgetData child,
  2. Key? key,
})

Implementation

const JsonExportable({
  required this.child,
  super.key,
});