LtiLtChannelConfig constructor

LtiLtChannelConfig({
  1. int userWidth = 0,
  2. int tagWidth = 0,
})

Constructor.

Implementation

LtiLtChannelConfig({
  this.userWidth = 0,
  this.tagWidth = 0,
});