ContentString<T> constructor

ContentString<T>([
  1. void b(
    1. ContentStringBuilder<T>
    )?
])

Creates a new content String.

Implementation

factory ContentString([void Function(ContentStringBuilder<T>)? b]) = _$ContentString<T>;