JSONSchemaDto constructor

JSONSchemaDto({
  1. required String value,
})

Returns a new JSONSchemaDto instance.

Implementation

JSONSchemaDto({
  required this.value,
});