EpubByteContentFile class
- Inheritance
-
- Object
- EpubContentFile
- EpubByteContentFile
Constructors
-
EpubByteContentFile(String fileName, EpubContentType contentType, String contentMimeType, List<
int> content) -
const
-
EpubByteContentFile.named({required String fileName, required EpubContentType contentType, required String contentMimeType, required List<
int> content}) -
const
Properties
- $type → $EpubContentFileType
-
final
-
content
→ List<
int> -
final
- contentMimeType → String
-
final
- contentType → EpubContentType
-
final
- fileName → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → SumRuntimeType
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Maybe< String> fileName = const Maybe.none(), Maybe<EpubContentType> contentType = const Maybe.none(), Maybe<String> contentMimeType = const Maybe.none(), Maybe<List< content = const Maybe.none()}) → EpubByteContentFileint> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
-
visit<
R extends Object?> ({required R epubByteContentFile(EpubByteContentFile), required R epubTextContentFile(EpubTextContentFile)}) → R -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override