RichTextPlaceholder constructor

RichTextPlaceholder(
  1. String symbol,
  2. String value
)

creates a new RichTextPlaceholder out of its components

Implementation

RichTextPlaceholder(this.symbol, this.value);