add method
- String text
override
Append text
to the description.
Implementation
@override
Description add(String text) {
_out.write(text);
return this;
}
Append text
to the description.
@override
Description add(String text) {
_out.write(text);
return this;
}