JsonWidget constructor

const JsonWidget({
  1. bool autoRegister = true,
  2. String? jsonWidget,
  3. String? type,
  4. String? widget,
})

Implementation

const JsonWidget({
  this.autoRegister = true,
  this.jsonWidget,
  this.type,
  this.widget,
});