DCliPaths class Null safety

platform specific names of the dcli commands.

Constructors

DCliPaths()
factory

Properties

dcliCompleteName String
platform specific name of the dcli auto complete command
late, final
dcliInstallName String
platform specific name of the dcli install command
late, final
dcliName String
platform specific name of the dcli command
late, final
hashCode int
The hash code for this object. [...]
read-only, inherited
pathToDCli String?
Returns the path to the DCli executable. Returns null if DCli is not on the path.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited