replace method
- String text
override
Change the value of the description.
Implementation
@override
Description replace(String text) {
_out.clear();
return add(text);
}
Change the value of the description.
@override
Description replace(String text) {
_out.clear();
return add(text);
}