hasAspectRatio property

bool get hasAspectRatio

Returns true if aspectRatio is not null, otherwise false.

Implementation

bool get hasAspectRatio => aspectRatio != null;