LtiLcChannelConfig class

A config object for constructing an LTI LC channel.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagWidth int
The width of the tag.
final
userWidth int
The width of the user-defined signal in bits.
final

Methods

clone() LtiLcChannelConfig
Creates a copy of this config.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited