T convert(
S input
)

Converts input and returns the result of the conversion.

Source

/**
 * Converts [input] and returns the result of the conversion.
 */
T convert(S input);