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