UpdateRequest<T> constructor

UpdateRequest<T>(
  1. Producer<T> producer,
  2. int requestId,
  3. Logger log, {
  4. String? debugLabel,
})

Implementation

UpdateRequest(this.producer, this.requestId, this.log, {this.debugLabel});