copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$ReviewCardModelCopyWith<ReviewCardModel> get copyWith
inherited

Create a copy of ReviewCardModel with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$ReviewCardModelCopyWith<ReviewCardModel> get copyWith => _$ReviewCardModelCopyWithImpl<ReviewCardModel>(this as ReviewCardModel, _$identity);