JsonWidgetParams constructor
JsonWidgetParams({})
Implementation
JsonWidgetParams({
this.isDeferred = false,
this.isFunction = false,
this.isStatic = false,
this.isVariable = false,
required this.key,
}) : assert(key?.isNotEmpty == true);