NoSuchChannelError constructor

const NoSuchChannelError(
  1. int id
)

Create an instance.

Implementation

const NoSuchChannelError(this.id);