spoiler function

String spoiler(
  1. String content
)

Wraps the content inside ||.

Implementation

String spoiler(String content) => '||$content||';