toJson method

  1. @override
Map toJson()
override

Implementation

@override
Map toJson() {
  return {
    if (styleSheetId != null) 'styleSheetId': styleSheetId,
    'cssProperties': cssProperties,
    'shorthandEntries': shorthandEntries,
    if (cssText != null) 'cssText': cssText,
    if (range != null) 'range': range,
  };
}