destination property

  1. @TagNumber.new(10)
Destination get destination

Required. Destination specifies where the events should be sent to.

Implementation

@$pb.TagNumber(10)
Destination get destination => $_getN(6);
  1. @TagNumber.new(10)
set destination (Destination v)

Implementation

@$pb.TagNumber(10)
set destination(Destination v) {
  setField(10, v);
}