static const Map<Priority, String> values = { Priority.VeryLow: 'very-low', Priority.Low: 'low', Priority.Medium: 'medium', Priority.High: 'high', };