triggerPushNotification property

  1. @TagNumber(23)
FFTriggerPushNotification get triggerPushNotification

@doc Action to trigger push notification.

Implementation

@$pb.TagNumber(23)
FFTriggerPushNotification get triggerPushNotification => $_getN(22);
  1. @TagNumber(23)
set triggerPushNotification (FFTriggerPushNotification value)

Implementation

@$pb.TagNumber(23)
set triggerPushNotification(FFTriggerPushNotification value) =>
    $_setField(23, value);