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