toMap method

Map toMap()

Implementation

Map<dynamic, dynamic> toMap() {
  return {
    "pixelRadio": pixelRadio,
    "screen": {
      "height": screenHeight,
      "width": screenWidth,
    },
  };
}