copyWith property

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

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

Implementation

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