PrimitiveProperty constructor
PrimitiveProperty({})
Implementation
PrimitiveProperty({
required this.type,
this.ref,
required this.nullable,
this.format,
required this.enumValues,
this.defaultValue,
this.items,
});