RefProperty constructor
RefProperty({})
Implementation
RefProperty({
this.ref,
this.type = TPropertyType.refProperty,
required this.nullable,
required this.format,
this.defaultValue,
required this.enumValues,
this.items,
});