price property

String? price

The price of the product announced on the ad. This may be null even if isAvailable is true.

Implementation

String? get price => _price;