ShellQuotingOptions class

The shell quoting options.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

ShellQuotingOptions.new({Object? escape, String? strong, String? weak})
factory

Properties

escape Object?

Available on ShellQuotingOptions, provided by the ShellQuotingOptions$Typings extension

The character used to do character escaping. If a string is provided only spaces are escaped. If a { escapeChar, charsToEscape } literal is provide all characters in charsToEscape are escaped using the escapeChar.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strong String?

Available on ShellQuotingOptions, provided by the ShellQuotingOptions$Typings extension

The character used for strong quoting. The string's length must be 1.
getter/setter pair
weak String?

Available on ShellQuotingOptions, provided by the ShellQuotingOptions$Typings extension

The character used for weak quoting. The string's length must be 1.
getter/setter pair

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