Map<String, dynamic> toJson() { return { 'styleSheetId': styleSheetId.toJson(), 'range': range.toJson(), 'text': text, }; }