ScriptConfigurationEntry constructor

const ScriptConfigurationEntry(
  1. 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]';