JsonString constructor

JsonString(
  1. String name, {
  2. String? helper,
  3. bool isRequired = false,
  4. String? defaultValue,
})

Implementation

JsonString(
  super.name, {
  super.helper,
  super.isRequired,
  super.defaultValue,
});