list property

List<QuoteModel> get list

custom getters to access user's list and object

Implementation

List<QuoteModel> get list => quoteData;