depth property

int get depth

Get the depth of this channel (number of segments)

Implementation

int get depth {
  return segments.length;
}