is16x9 property
bool
get
is16x9
Returns true if the aspect ratio is 16:9.
Implementation
bool get is16x9 => aspectRatioString == "16:9";
Returns true if the aspect ratio is 16:9.
bool get is16x9 => aspectRatioString == "16:9";