notificationId property

int? get notificationId

Implementation

int? get notificationId => _$this._notificationId;
set notificationId (int? notificationId)

Implementation

set notificationId(int? notificationId) =>
    _$this._notificationId = notificationId;