schemaType property
The schema type of the content item.
This should match the type name defined in the CMS schema. For example: 'blog.post', 'product.detail', etc.
Implementation
@override
@JsonKey(includeFromJson: false)
final String schemaType;