Protocol<T extends ProtocolChannel> constructor

Protocol<T extends ProtocolChannel>({
  1. required T channel,
})

Implementation

Protocol({required this.channel});