convert abstract method Null safety

T convert(
  1. S input
)

Converts input and returns the result of the conversion.

Implementation

T convert(S input);