ImageBlock class final

An inline or illustration image.

Compares by identity: it holds an ImageData, and any == would compare that by identity — a value-looking comparison that is not one.

Inheritance

Constructors

ImageBlock({required ImageData image})
Creates an image block carrying image.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
image ImageData
The image as stored in the file.
final
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
toString() String
A string representation of this object.
inherited

Operators

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