Map<String, dynamic> toJson() { return <String, dynamic>{ 'id': id, 'text': str(), 'styles': styles.toJson(), }; }