StreamNode<T> constructor

StreamNode<T>({
  1. String? name,
})

Implementation

StreamNode({String? name}) : super(name: name);