toHTMLString method

  1. @override
String toHTMLString()
override

Implementation

@override
String toHTMLString(){
  return this._text;
}