price property

String? get price

Implementation

String? get price => _$this._price;
set price (String? price)

Implementation

set price(String? price) => _$this._price = price;