raw function

Component raw(
  1. String text
)

Utility method to create a raw text component when using jaspr html methods.

Implementation

Component raw(String text) {
  return RawText(text);
}