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

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the entry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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