EpubContentFile class abstract

Implementers

Constructors

EpubContentFile.epubByteContentFile(String fileName, EpubContentType contentType, String contentMimeType, List<int> content)
const
factory
EpubContentFile.epubTextContentFile(String fileName, EpubContentType contentType, String contentMimeType, String content)
const
factory

Properties

$type $EpubContentFileType
no setter
contentMimeType String
no setterinherited
contentType EpubContentType
no setterinherited
fileName String
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
runtimeType → SumRuntimeType
A representation of the runtime type of the object.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
toString() String
A string representation of this object.
override
visit<R extends Object?>({required R epubByteContentFile(EpubByteContentFile), required R epubTextContentFile(EpubTextContentFile)}) → R

Operators

operator ==(Object other) bool
The equality operator.
override