LiteralJsonSchemaProperty constructor
const
LiteralJsonSchemaProperty({
- required LiteralJsonSchemaPropertyType type,
- String? description,
- String? dynamicVariable,
- dynamic constantValue,
Implementation
const LiteralJsonSchemaProperty({
required this.type,
this.description,
this.dynamicVariable,
this.constantValue,
});