getAllQuotes property

List<Quote> getAllQuotes

Implementation

List<Quote> get getAllQuotes => quoteRepository.getQuotes();