ToDpiResolution extension

Extension providing the functions fromJson(), toJson(), and the getter jsonEncoded.

on

Properties

jsonEncoded String

Available on DpiResolution, provided by the ToDpiResolution extension

Converts this to a json encoded String.
no setter

Methods

toJson() Map<String, dynamic>

Available on DpiResolution, provided by the ToDpiResolution extension

Converts this to a map Map<String, dynamic>.

Static Methods

fromJson(Map<String, dynamic> json) DpiResolution

Available on DpiResolution, provided by the ToDpiResolution extension

Converts json to an instance of DpiResolution.