NiceToastItem constructor
NiceToastItem({})
Implementation
NiceToastItem({
required this.id,
required this.message,
this.severity = NiceToastSeverity.info,
this.title,
this.duration = const Duration(seconds: 4),
this.icon,
});