resolution property
num?
get
resolution
Implementation
num? get resolution => _$this._resolution;
set
resolution
(num? resolution)
Implementation
set resolution(num? resolution) => _$this._resolution = resolution;