copyWith property

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

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

Implementation

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