menu
Dart
dart:convert
ClosableStringSink
close abstract method
close
brightness_4
brightness_5
description
close
abstract method
void
close
(
)
Closes
this
and flushes any outstanding data.
Implementation
void close();
Dart
dart:convert
ClosableStringSink
close abstract method
ClosableStringSink class
Constructors
fromStringSink
Properties
hashCode
runtimeType
Methods
close
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Operators
operator ==