icon property

String? icon
getter/setter pair

The notification's icon.

Sets the notification icon to myicon for drawable resource myicon. If you don't send this key in the request, FCM displays the launcher icon specified in your app manifest.

Implementation

core.String? icon;