destination property

  1. @TagNumber(3)
WebhookDestination_ destination

Implementation

@$pb.TagNumber(3)
WebhookDestination_ get destination => $_getN(2);
  1. @TagNumber(3)
void destination=(WebhookDestination_ v)

Implementation

@$pb.TagNumber(3)
set destination(WebhookDestination_ v) {
  setField(3, v);
}