DangerUtil class
Constructors
- DangerUtil()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execShellCommand(
String command, {Shell? shell, required bool isVerbose}) → Future< List< ProcessResult> > -
getDangerFile(
ArgResults args) → String -
getDangerJSMetaData(
ArgResults args, {Shell? shell}) → Future< DangerJSMetadata> -
getScriptFilePath(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sortDangerResult(
DangerResults results) → void -
spawnFile(
File dangerFile, dynamic message, bool isDebug) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited