jsonEncoded property
String
get
jsonEncoded
Converts this to a json encoded String.
Implementation
String get jsonEncoded => '{"index":${DpiResolution.values.indexOf(this)}}';
Converts this to a json encoded String.
String get jsonEncoded => '{"index":${DpiResolution.values.indexOf(this)}}';