Converts this instance to a JSON map.
Map<String, dynamic> toJson() => { 'identifier': identifier, 'title': title, 'icon': icon, 'action': action.name, };