Constructs a Meal instance from a JSON string.
This method decodes the JSON and passes it to fromMap.
static Meal fromJson(String jsonString) { return fromMap(jsonDecode(jsonString)); }