Dart
dart:convert
Converter
<
S
,
T
>
convert abstract method
convert
Converter class
Constructors
Converter
Properties
hashCode
runtimeType
Methods
bind
cast
convert
fuse
startChunkedConversion
noSuchMethod
toString
Operators
operator ==
Static methods
castFrom
convert method
T
convert
(
S
input
)
Converts
input
and returns the result of the conversion.
Implementation
T convert(S input);