status property
@doc The status of the notification.
Implementation
@$pb.TagNumber(6)
FFPushNotificationData_Status get status => $_getN(5);
Implementation
@$pb.TagNumber(6)
set status(FFPushNotificationData_Status value) => $_setField(6, value);
@doc The status of the notification.
@$pb.TagNumber(6)
FFPushNotificationData_Status get status => $_getN(5);
@$pb.TagNumber(6)
set status(FFPushNotificationData_Status value) => $_setField(6, value);