productId property

String? get productId

Implementation

String? get productId => _$this._productId;
set productId (String? productId)

Implementation

set productId(String? productId) => _$this._productId = productId;