is5x4 property
bool
get
is5x4
Returns true if the aspect ratio is 5:4.
Implementation
bool get is5x4 => aspectRatioString == "5:4";
Returns true if the aspect ratio is 5:4.
bool get is5x4 => aspectRatioString == "5:4";