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.
read-onlyinherited
- media → int
-
Image associated media id.
final
-
pages
→ List<
Image> -
Book pages.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- 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.
read-only
- parseJson → BookImages Function(String json)
-
Parses JSON string into BookImages similarly to parse.
read-only
-
parseJsonList
→ List<
BookImages> Function(String json) -
Parses JSON string into List of BookImages instances similarly to
parseList.
read-only
-
parseList
→ List<
BookImages> Function(dynamic value) -
Parses List of BookImages instances from a given value.
read-only