LogTransformerTransformerConfigRenameKeyEntry constructor
const
LogTransformerTransformerConfigRenameKeyEntry({})
Creates a new LogTransformerTransformerConfigRenameKeyEntry.
key Specifies the key with the value that will be converted to a different type.
overwriteIfExists Specifies whether to overwrite the value if the destination key already exists. Defaults to false.
renameTo Required.
Implementation
const LogTransformerTransformerConfigRenameKeyEntry({
required this.key,
this.overwriteIfExists,
required this.renameTo,
});