WidgetJson constructor

WidgetJson({
  1. required dynamic object,
})

Creates a new WidgetJson.

Implementation

WidgetJson({required this.object});