getAll

abstract fun getAll(name: String): List<String>?(source)

Gets all values associated with the name, or null if the name is not present

Report a problem