status property

@doc The status of the notification.

Implementation

@$pb.TagNumber(6)
FFPushNotificationData_Status get status => $_getN(5);
  1. @TagNumber(6)
set status (FFPushNotificationData_Status value)

Implementation

@$pb.TagNumber(6)
set status(FFPushNotificationData_Status value) => $_setField(6, value);