copyWith property

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

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

Implementation

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