copyWith property

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

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

Implementation

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