runtimeType property
A representation of the runtime type of the object.
Implementation
@override
ProductRuntimeType get runtimeType => ProductRuntimeType([
Nullable<String>,
String,
List<String>,
EpubSchema,
EpubContent,
Nullable<Image>,
List<EpubChapter>
]);