getValue

fun Array<Param>.getValue(name: String): String?

Sugar to get value from array of params in map-like style

Receiver

Array of Param to search

Return

Found param value or null if not found

Parameters

name

Param name