copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$BusinessUnitCopyWith<BusinessUnit> get copyWith
inherited

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

Implementation

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