RawImagePaste class final

Represents pasted image content with raw data.

Unlike ImagePaste which contains file URIs, this class contains the raw binary data of the images, allowing Flutter to handle storage and processing.

Inheritance

Constructors

RawImagePaste({required List<RawClipboardItem> items})
Creates a RawImagePaste with the given items.
const

Properties

count int
The number of images.
no setter
hasGif bool
Returns true if any of the images is a GIF.
no setter
hashCode int
The hash code for this object.
no setterinherited
items List<RawClipboardItem>
List of raw clipboard items containing image data.
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.
override

Operators

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