convert method

  1. @override
T convert(
  1. S input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
T convert(S input) => _convert(input);