StreamProcessor constructor

StreamProcessor({
  1. String? name,
  2. StreamProcessorStatus? status,
})

Implementation

StreamProcessor({
  this.name,
  this.status,
});