BookImages class

Book's images.

Annotations
  • @immutable
  • @MappableClass(hook: BookImagesHook())

Constructors

BookImages({required int media, required Cover cover, required CoverThumbnail thumbnail, required List<Image> pages})
const

Properties

cover Cover
Book cover.
final
hashCode int
The hash code for this object.
no setterinherited
media int
Image associated media id.
final
pages List<Image>
Book pages.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail CoverThumbnail
Book thumbnail.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

parse BookImages Function(dynamic value)
Parses BookImages instance from a given value.
no setter
parseJson BookImages Function(String json)
Parses JSON string into BookImages similarly to parse.
no setter
parseJsonList List<BookImages> Function(String json)
Parses JSON string into List of BookImages instances similarly to parseList.
no setter
parseList List<BookImages> Function(dynamic value)
Parses List of BookImages instances from a given value.
no setter