ToDpiResolution extension

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

on

Properties

jsonEncoded String
Converts this to a json encoded String.
no setter

Methods

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

Static Methods

fromJson(Map<String, dynamic> json) DpiResolution
Converts json to an instance of DpiResolution.