StringChannel constructor

StringChannel({
  1. required String name,
})

Implementation

StringChannel({required super.name});