EpubContentFileRef class abstract

Implementers
Available extensions

Constructors

EpubContentFileRef.epubByteContentFileRef(EpubBookRef epubBookRef, String fileName, EpubContentType contentType, String contentMimeType)
const
factory
EpubContentFileRef.epubTextContentFileRef(EpubBookRef epubBookRef, String fileName, EpubContentType contentType, String contentMimeType)
const
factory

Properties

$type $EpubContentFileRefType
no setter
contentMimeType String
no setterinherited
contentType EpubContentType
no setterinherited
epubBookRef EpubBookRef
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 epubByteContentFileRef(EpubByteContentFileRef), required R epubTextContentFileRef(EpubTextContentFileRef)}) → R

Operators

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