Map<String, dynamic> toMap() => { 'alertTitle': title, if (body != null) 'alertBody': body, 'playSound': playSound, };