schemaType property

  1. @override
String schemaType
finalinherited

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
final String schemaType;