replace method

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

Implementation

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