toMap method
Implementation
@override
Map<String, dynamic> toMap() {
  return {
    'inListItemColor': inListItemColor.jsonValue,
    'notInListItemColor': notInListItemColor.jsonValue,
    'soundEnabled': soundEnabled,
    'hapticEnabled': hapticEnabled,
  };
}