NotificationGroup constructor
NotificationGroup({})
Implementation
NotificationGroup({
this.id,
required this.name,
required this.environmentId,
required this.organizationId,
this.parentId,
});
NotificationGroup({
this.id,
required this.name,
required this.environmentId,
required this.organizationId,
this.parentId,
});