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