class CookingStep { final String title; final String description; CookingStep({required this.title, this.description = ''}); }