runtimeType property

  1. @override
ProductRuntimeType get runtimeType
override

A representation of the runtime type of the object.

Implementation

@override
ProductRuntimeType get runtimeType => ProductRuntimeType([
      Map<String, EpubTextContentFile>,
      Map<String, EpubTextContentFile>,
      Map<String, EpubByteContentFile>,
      Map<String, EpubByteContentFile>
    ]);