copyWith property

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

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

Implementation

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