toString method
Returns this component representation as HTML string that you can use inside other component's baseInnerHtml.
Implementation
@override
String toString() {
return _rawBaseInnerHtml;
}
Returns this component representation as HTML string that you can use inside other component's baseInnerHtml.
@override
String toString() {
return _rawBaseInnerHtml;
}