FastChatOutput constructor

FastChatOutput(
  1. Map config
)

Create a new instance

Implementation

FastChatOutput(super.config)
    : indent = config['indent'] ?? 0,
      file = File(config['path'].toString());