Job<Q, R> constructor
Job<Q, R> (
- String name,
- ComputeCallback<
Q, R> computeFunction, - Q value, {
- CancellationCallback? cancelled,
- required String? deduplicationKey,
Implementation
Job(this.name, this.computeFunction, this.value,
{this.cancelled, required this.deduplicationKey});