RawOutput constructor

RawOutput(
  1. Map config
)

Create a new instance

Implementation

RawOutput(super.config)
    : escape = config['escape'] ?? false,
      file = File(config['path'].toString());