channelInterpretation property

ChannelInterpretation get channelInterpretation

Implementation

ChannelInterpretation get channelInterpretation =>
    ChannelInterpretation.fromValue(
        JsUtil.sGetProperty(this, 'channelInterpretation'));
set channelInterpretation (ChannelInterpretation newValue)

Implementation

set channelInterpretation(ChannelInterpretation newValue) {
  JsUtil.setProperty(this, 'channelInterpretation', newValue.value);
}