NotificationScheme constructor
NotificationScheme({})
Implementation
NotificationScheme(
{this.description,
this.expand,
this.id,
this.name,
List<NotificationSchemeEvent>? notificationSchemeEvents,
List<int>? projects,
this.scope,
this.self})
: notificationSchemeEvents = notificationSchemeEvents ?? [],
projects = projects ?? [];