Creates a NbtByte with given parent.
NbtByte({required String name, required int value}) : _value = value, super(name, NbtTagType.TAG_BYTE);