ContentString<T> constructor
ContentString<T> ([
- void b()?
Creates a new content String
.
Implementation
factory ContentString([void Function(ContentStringBuilder<T>)? b]) = _$ContentString<T>;