ring property Null safety

bool ring
final

The resource name of the small icon for status bar alerts.
If no icon is provided, use the app icon.

final String? notificationSmallIconName;

Specify whether to enable a ring tone for alerts.
The default value is true.

Implementation

///
/// Specify whether to enable a ring tone for alerts. <br>
/// The default value is true.
///
final bool ring;