lastNotificationSent property

  1. @TagNumber(2)
FFPushNotificationData get lastNotificationSent

@doc Data about the last notification sent.

Implementation

@$pb.TagNumber(2)
FFPushNotificationData get lastNotificationSent => $_getN(1);
  1. @TagNumber(2)
set lastNotificationSent (FFPushNotificationData value)

Implementation

@$pb.TagNumber(2)
set lastNotificationSent(FFPushNotificationData value) =>
    $_setField(2, value);