Convert to JSON for serialization
@override Map<String, dynamic> toJson() => { ...super.toJson(), 'snackbarType': type.name, 'actionLabel': actionLabel, };