LogTransformerTransformerConfigLowerCaseString constructor
Creates a new LogTransformerTransformerConfigLowerCaseString.
withKeys Specifies the keys of the fields to convert to lowercase.
Implementation
const LogTransformerTransformerConfigLowerCaseString({
required this.withKeys,
});