args property
ImageProxy
get
args
Implementation
$interface.ImageProxy get args {
return ImageProxy.$native(
this,
format: format.args,
width: width,
height: height,
imageInfo: imageInfo.args,
planes: planes.map((plane) => plane.args).toList(),
);
}