CallbackData constructor

const CallbackData({
  1. String? callbackKey,
  2. String? portId,
  3. String? channelId,
  4. BigInt? sequence,
  5. String? callbackId,
  6. List<int>? callbackArgs,
})

Implementation

const CallbackData({
  this.callbackKey,
  this.portId,
  this.channelId,
  this.sequence,
  this.callbackId,
  this.callbackArgs,
});