ShellConfig class

Config for how the shell should behave

Constructors

ShellConfig({String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment = true})
const

Properties

environment Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
includeParentEnvironment bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workingDirectory String?
final

Methods

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

Operators

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

Static Properties

includeRawBytesOnException bool
getter/setter pair

Static Methods

addConverter<T extends Object>(Converter<String, T> value) → void
Configuration for conversions between shell results and dart types. Can be modified at runtime.
getConverter<T extends Object>() Converter<String, T>
hasConverterFor<T extends Object>() bool