customMessages property

Map<CoffeeSituation, List<String>>? customMessages
final

Map of custom messages for specific situations. Keys should be CoffeeSituation. If provided, these messages override the built-in roast levels.

Implementation

final Map<CoffeeSituation, List<String>>? customMessages;