copyWith property

Implementation

ProductModelCopyWith<ProductModel, ProductModel, ProductModel> get copyWith =>
    _ProductModelCopyWithImpl(this as ProductModel, $identity, $identity);