channelInterpretation property

ChannelInterpretation channelInterpretation

Implementation

ChannelInterpretation get channelInterpretation =>
    ChannelInterpretation.fromValue(
        js_util.getProperty(this, 'channelInterpretation'));
void channelInterpretation=(ChannelInterpretation newValue)

Implementation

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