Inheritance
Annotations
  • DomName('ImageData')

Static Methods

internalCreateImageData() ImageData

Constructors

ImageData(data_OR_width, int height_OR_width, [int height])

factory
ImageData.internal_()

Properties

read / write, inherited
data List<int>

read-only
hashCode int

read-only
height int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
width int

read-only

Operators

operator ==(other) bool

The equality operator.

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited