UnknownStreamType constructor

UnknownStreamType([
  1. String? str
])

Implementation

UnknownStreamType([String? str]) {
  this.str = str;
}