Flutter
flutter_test
StringDescription
add
add
Flutter
flutter_test
StringDescription
add
method
add
Source
Flutter
flutter_test
StringDescription
Constructors
StringDescription
Properties
length
hashCode
runtimeType
Operators
operator ==
Methods
add
addAll
addDescriptionOf
replace
toString
noSuchMethod
Description
add
(
String
text
)
Append
text
to the description.
Source
Description add(String text) { _out.write(text); return this; }