`internal var manager: String? = null` is maybe wh...
# announcements
d
internal var manager: String? = null
is maybe what you are looking for? If you don't use a nullable type you must initialize the variable to something.