Map<String, dynamic> toJson() { return { 'enabled': enabled, 'configuration': configuration, 'sound': sound, 'vibrate': vibrate, }; }