store property

String? store

The store that is announcing the product on the ad. This may be null even if isAvailable is true.

Implementation

String? get store => _store;