Map<String, String> toMap() => { 'title': title, 'body': body, if (sound != null) 'sound': sound!, };