StringDescription constructor
Initialize the description with initial contents init
.
Implementation
StringDescription([String init = '']) {
_out.write(init);
}
Initialize the description with initial contents init
.
StringDescription([String init = '']) {
_out.write(init);
}