ImageInfo class
A dart:ui.Image
object with its corresponding scale.
ImageInfo objects are used by ImageStream objects to represent the actual data of the image once it has been obtained.
- Annotations
- @immutable
Constructors
Properties
Methods
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator. [...]