content property

TypeDescriptor<OnboardingContent> content
finalinherited

The type descriptor for the content type T.

This descriptor is used to register the content type with the content system and handle JSON serialization.

Implementation

final TypeDescriptor<T> content;