replace method

Comment replace(
  1. String text, [
  2. ContentOptions? options
])

Implementation

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