ImageData class

Данные изображения: размер, формат и бинарные данные.

Constructors

ImageData({required ScreenSize size, required ImageFormat format, required ByteData data})
const

Properties

data ByteData
final
format ImageFormat
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 ScreenSize
final

Methods

copyWith({ScreenSize? size, ImageFormat? format, ByteData? data}) ImageData
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.
override