ScriptConfigurationEntry class
A script entry is a section of a file that starts with _startComment
and
ends with _endComment
.
Constructors
- ScriptConfigurationEntry(String name)
-
A script entry is a section of a file that starts with
_startComment
and ends with_endComment
.const
Properties
Methods
-
appendTo(
File file, {String? content}) → void -
Adds an entry with name to the end of the
file
. -
existsIn(
File file) → bool -
Whether there is an entry with name in
file
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFrom(
File file, {bool shouldDelete = false}) → void -
Removes the entry with name from the
file
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited