MessageExtraction constructor
MessageExtraction({})
Implementation
MessageExtraction({
this.onMessage = print,
this.suppressWarnings = false,
this.allowEmbeddedPluralsAndGenders = true,
this.examplesRequired = false,
this.descriptionRequired = false,
this.warningsAreErrors = false,
this.ignoredErrorCodes = const <String>{},
}) : warnings = [];