isAuthenticationRequired property

bool isAuthenticationRequired

Returns if authentication is required to open the notification.

Implementation

bool get isAuthenticationRequired {
  return _isAuthenticationRequired ?? false;
}