ObjectProperty constructor
ObjectProperty({
- required List<
PropertyNameAndSchema> properties, - dynamic additionalProperties,
- String? ref,
- required bool nullable,
- TPropertyType type = TPropertyType.objectProperty,
- required String? format,
- dynamic defaultValue,
- required List<
String> enumValues, - TProperty? items,
Implementation
ObjectProperty({
required this.properties,
this.additionalProperties,
this.ref,
required this.nullable,
this.type = TPropertyType.objectProperty,
required this.format,
this.defaultValue,
required this.enumValues,
this.items,
});