FB2Description class

Represents the description of an FB2 document.

Constructors

FB2Description(String description, FB2Image? coverPage)

Properties

annotation String?
The annotation of the document.
latefinal
authors List<FB2Author>?
The authors of the document
latefinal
coverPage FB2Image?
The history of the document.
final
date String?
The translators of the document.
latefinal
genres List<String>?
The genres of the document.
latefinal
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>?
The keywords of the document.
latefinal
lang String?
The language of the document.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence String?
latefinal
srcLang String?
The source language of the document.
latefinal
title String?
The title of the document.
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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