ScriptConfigurationEntry constructor
const
ScriptConfigurationEntry(
- String name
A script entry is a section of a file that starts with _startComment and
ends with _endComment.
Implementation
const ScriptConfigurationEntry(this.name)
: _startComment = '## [$name]',
_endComment = '## [/$name]';