StringRender constructor

StringRender(
  1. String content
)

Constructor for StringRender that initializes the content.

Takes a String content which will be rendered in the response.

Implementation

StringRender(this.content);