hasNotAspectRatio property
bool
get
hasNotAspectRatio
Returns true if aspectRatio
is null, otherwise false.
Implementation
bool get hasNotAspectRatio => !hasAspectRatio;
Returns true if aspectRatio
is null, otherwise false.
bool get hasNotAspectRatio => !hasAspectRatio;