lastNotificationSent property
@doc Data about the last notification sent.
Implementation
@$pb.TagNumber(2)
FFPushNotificationData get lastNotificationSent => $_getN(1);
Implementation
@$pb.TagNumber(2)
set lastNotificationSent(FFPushNotificationData value) =>
$_setField(2, value);