Block.nbt constructor
Block.nbt(})
Implementation
Block.nbt(
dynamic block, {
this.states,
this.tag,
this.nbt,
this.strNbt = '',
}) : assert(block is String || block is Block,
'Please insert a block or string into Block.nbt!'),
_id = _getId(block);