destination property

  1. @TagNumber.new(15)
EventDestination get destination

Event routing destination (Swift EventDestination, Kotlin EventDestination, Dart EventDestination).

Implementation

@$pb.TagNumber(15)
EventDestination get destination => $_getN(14);
  1. @TagNumber.new(15)
set destination (EventDestination value)

Implementation

@$pb.TagNumber(15)
set destination(EventDestination value) => $_setField(15, value);