offers property

Map<String, Offer> offers

The map of possible Offer for the user, with its Offer.id as key.

Implementation

Map<String, Offer> get offers => _offers;