ShellQuotingOptions constructor
Implementation
factory ShellQuotingOptions({
_i2.Object? escape,
_i2.String? strong,
_i2.String? weak,
}) =>
ShellQuotingOptions._(
escape: escape ?? _i6.undefined,
strong: strong,
weak: weak,
);