fromJson property
FromJsonConverter<T>
fromJson
final
The converter to use when converting the raw JSON data from the CMS into a ContentItem
.
Implementation
final FromJsonConverter<T> fromJson;