core/com.tealium.prism.core.api.data/DataList/getBoolean getBoolean fun getBoolean(index: Int): Boolean?Gets the Boolean entry at the given index if it exists and the value can be correctly coerced to an Boolean.No type coercion is attempted.ReturnThe Boolean stored at the given index; else nullParametersindexThe index in the list to retrieve