SizeAndFormat class Core
Represents the size and format of an image
Constructors
- SizeAndFormat({required Size size, required ImageFileFormat format})
- The constructor for the SizeAndFormat class
Properties
- format → ImageFileFormat
-
The format of the image
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size
-
The size of the image
final
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 ==(
covariant SizeAndFormat other) → bool -
The equality operator.
override