FB2Book class

Constructors

FB2Book(String path)

Properties

body ↔ FB2Body
main body of the book
latefinal
description ↔ FB2Description
book description
latefinal
file File
the file itself
latefinal
hashCode int
The hash code for this object.
no setterinherited
images List<FB2Image>
all images in the book
latefinal
path String
path to .fb2 file
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() Future<void>
Parsing the book
toString() String
A string representation of this object.
inherited

Operators

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