JSONSchemaDto constructor
JSONSchemaDto({
- required String value,
Returns a new JSONSchemaDto instance.
Implementation
JSONSchemaDto({
required this.value,
});
Returns a new JSONSchemaDto instance.
JSONSchemaDto({
required this.value,
});