replace method

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

Implementation

Element replace(String text, [ContentOptions? options]) =>
    Element._(_delegate.replace(text, options?.delegate));