Messages constructor
Messages({
- PreprocessorOptions? options,
- void printHandler(
- Message obj
Implementation
Messages({PreprocessorOptions? options, this.printHandler = print})
: options = options ?? const PreprocessorOptions();