toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
    'ViewportWidth': viewportWidth,
    'ViewportHeight': viewportHeight,
    'Theme': theme,
    'Timezone': timezone,
};