before method

Text before(
  1. String text, [
  2. ContentOptions? options
])

Implementation

Text before(String text, [ContentOptions? options]) =>
    js_util.callMethod(this, 'before', [text, options]);