schemaType property

  1. @override
  2. @JsonKey(includeFromJson: false)
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
@JsonKey(includeFromJson: false)
final String schemaType;