toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'desktop': desktop,
    'mobile': mobile,
    'web': web,
  };
}