resolution property

String? resolution
final

Screen resolution in pixels. Arrives in the form of WIDTHxHEIGHT (e.g., 1200x900). Doesn't change when device orientation changes.

Implementation

final String? resolution;