isOriginal property
bool
get
isOriginal
Returns true
if this instance represents the original image (no scaling).
Implementation
bool get isOriginal => width == 0 && height == 0;
Returns true
if this instance represents the original image (no scaling).
bool get isOriginal => width == 0 && height == 0;