Storage.merge constructor
But of course you can also insert a Map with multiple keys and values.
Implementation
Storage.merge(
this.name, {
this.autoNamespace = true,
required this.nbt,
}) : assert(nbt != null),
_type = _StorageType.merge;