TIF_E41201615/lib/resources/arguments/argument_constants.dart

7 lines
200 B
Dart

class ArgumentConstants {
static const String receivedFile = "received_file_args";
static const String ingredients = "ingredients_args";
static const String recipeUuid = "recipe_uuid_args";
}