channelInterpretation property

ChannelInterpretation get channelInterpretation

Implementation

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

Implementation

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