LtiLcChannelConfig constructor

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

Constructor.

Implementation

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