replace method

  1. @override
Description replace(
  1. String text
)
override

Change the value of the description.

Implementation

@override
Description replace(String text) {
  _out.clear();
  return add(text);
}