List<int> asLongArray() { if (this is LongArrayTag) { return (this as LongArrayTag).value; } else { return []; } }