renderString abstract method

String renderString({
  1. Object? value,
})

Render the current section tag in the current context and return the result as a string. If provided, value will be added to the top of the context's stack.

Implementation

String renderString({Object? value});