`val v = answers.getOrElse<String, String?>(...
# announcements
m
val v = answers.getOrElse<String, String?>("") { null }
works though