hasNotAspectRatio property

bool get hasNotAspectRatio

Returns true if aspectRatio is null, otherwise false.

Implementation

bool get hasNotAspectRatio => !hasAspectRatio;