inCompliance property
bool
get
inCompliance
Returns true
if actualWidth == width AND actualHeight == height.
Implementation
bool get inCompliance => actualWidth == width && actualHeight == height;
Returns true
if actualWidth == width AND actualHeight == height.
bool get inCompliance => actualWidth == width && actualHeight == height;