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.
Constructors
- ImageBlock({required ImageData image})
-
Creates an image block carrying
image.const
Properties
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