String? get product => _$this._product;
set product(covariant String? product) => _$this._product = product;