renderHtml property
String
get
renderHtml
Render a HTML String
Implementation
String get renderHtml {
return this!
.replaceAll(' ', ' ')
.replaceAll(' ', ' ')
.replaceAll(' ', ' ')
.replaceAll('<br>', '\n')
.replaceAll('<br/>', '\n')
.replaceAll('<', '<')
.replaceAll('>', '>');
}