NomoFormValues constructor

NomoFormValues({
  1. void onChanged(
    1. JSON value
    )?,
})

Implementation

NomoFormValues({
  this.onChanged,
}) : value = {};