AndroidNotificationCategory constructor

const AndroidNotificationCategory(
  1. String name
)

Constructs an instance of AndroidNotificationCategory with a given name of category.

Implementation

const AndroidNotificationCategory(this.name);