channelInterpretation property

ChannelInterpretation get channelInterpretation

Implementation

_i3.ChannelInterpretation get channelInterpretation =>
    _i3.ChannelInterpretationOptions.values.byName(_i4.getProperty(
      this,
      'channelInterpretation',
    ));
set channelInterpretation (ChannelInterpretation value)

Implementation

set channelInterpretation(_i3.ChannelInterpretation value) {
  _i4.setProperty(
    this,
    'channelInterpretation',
    value.name,
  );
}