I am doing an API call which either returns a list of Quotes or error as JSON.
My quote_model.dart:
List quotesFromJson(String str, BaseMo
quotesFromJson(String str, BaseMo