StreamProcessor constructor
StreamProcessor({
- String? name,
- StreamProcessorStatus? status,
Implementation
StreamProcessor({
this.name,
this.status,
});
StreamProcessor({
this.name,
this.status,
});