StringRender constructor
StringRender(
- String content
Constructor for StringRender that initializes the content.
Takes a String content which will be rendered in the response.
Implementation
StringRender(this.content);