toString method

  1. @override
String toString()
override

Returns this component representation as HTML string that you can use inside other component's baseInnerHtml.

Implementation

@override
String toString() {
  return _rawBaseInnerHtml;
}