RawOutput constructor
RawOutput(
- Map config
Create a new instance
Implementation
RawOutput(super.config)
: escape = config['escape'] ?? false,
file = File(config['path'].toString());
Create a new instance
RawOutput(super.config)
: escape = config['escape'] ?? false,
file = File(config['path'].toString());