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