QueryChannelStateRequest constructor

const QueryChannelStateRequest({
  1. String? channelId,
  2. String? portId,
})

Implementation

const QueryChannelStateRequest({this.channelId, this.portId});