video_player
dart:convert
Converter
abstract method convert
convert
class Converter
Constructors
Converter
Properties
hashCode
runtimeType
Methods
bind
convert
fuse
startChunkedConversion
noSuchMethod
toString
Operators
operator ==
T
convert
(
S
input
)
Converts
input
and returns the result of the conversion.
Source
T convert(S input);
method convert