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