ShellQuotingOptions constructor

ShellQuotingOptions({
  1. Object? escape,
  2. String? strong,
  3. String? weak,
})

Implementation

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