Comment constructor
Comment({
- RenderConfig renderConfig = const RenderConfig(),
Creates a new empty comment builder.
Implementation
Comment({this._renderConfig = const RenderConfig()});