Dart API Reference
dart:convert
LineSplitter
LineSplitter
class
This class splits
String
values into individual lines.
This class splits
String
values into individual lines.
Extends
Object
Converter
<
String
,
List
<
String
>>
LineSplitter
Constructors
LineSplitter
()
const
Instance Methods
convert
(
String
data
) →
List
<
String
>
Converts [input] and returns the result of the conversion.
startChunkedConversion
(
Sink
<
String
>
sink
) →
StringConversionSink
Starts a chunked conversion.
fuse
(
Converter
<
List
<
String
>>
other
) →
Converter
<
String
>
Inherited
Fuses this with other.
bind
(
Stream
stream
) →
Stream
Inherited
Transform the incoming [stream]'s events.
fuse
(
Converter
<
List
<
String
>>
other
) →
Converter
<
String
>
Inherited
Fuses this with other.